1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmLogin
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLogin))
27         Me.PictureBox1 = New System.Windows.Forms.PictureBox()
28         Me.txtPass = New System.Windows.Forms.TextBox()
29         Me.Label1 = New System.Windows.Forms.Label()
30         Me.BtnLogin = New System.Windows.Forms.Button()
31         Me.Btncancel = New System.Windows.Forms.Button()
32         Me.Panel1 = New System.Windows.Forms.Panel()
33         Me.btnMin = New System.Windows.Forms.Button()
34         Me.btnClose = New System.Windows.Forms.Button()
35         Me.Label2 = New System.Windows.Forms.Label()
36         Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
37         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
38         Me.Panel1.SuspendLayout()
39         Me.SuspendLayout()
40         
'
41         
'PictureBox1
42         
'
43         Me.PictureBox1.BackColor = System.Drawing.Color.Transparent
44         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
45         Me.PictureBox1.Location = New System.Drawing.Point(
13, 29)
46         Me.PictureBox1.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
47         Me.PictureBox1.Name =
"PictureBox1"
48         Me.PictureBox1.Size = New System.Drawing.Size(
150, 150)
49         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
50         Me.PictureBox1.TabIndex =
0
51         Me.PictureBox1.TabStop = False
52         
'
53         
'txtPass
54         
'
55         Me.txtPass.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
56         Me.txtPass.Font = New System.Drawing.Font(
"Segoe UI", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
57         Me.txtPass.Location = New System.Drawing.Point(
170, 62)
58         Me.txtPass.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
59         Me.txtPass.Name =
"txtPass"
60         Me.txtPass.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
42)
61         Me.txtPass.Size = New System.Drawing.Size(
277, 35)
62         Me.txtPass.TabIndex =
1
63         
'
64         
'Label1
65         
'
66         Me.Label1.AutoSize = True
67         Me.Label1.BackColor = System.Drawing.Color.Transparent
68         Me.Label1.Font = New System.Drawing.Font(
"Arial", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
69         Me.Label1.Location = New System.Drawing.Point(
168, 33)
70         Me.Label1.Name =
"Label1"
71         Me.Label1.Size = New System.Drawing.Size(
103, 24)
72         Me.Label1.TabIndex =
2
73         Me.Label1.Text =
"Password"
74         
'
75         
'BtnLogin
76         
'
77         Me.BtnLogin.FlatAppearance.BorderColor = System.Drawing.Color.Black
78         Me.BtnLogin.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
79         Me.BtnLogin.FlatStyle = System.Windows.Forms.FlatStyle.Flat
80         Me.BtnLogin.Font = New System.Drawing.Font(
"Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
81         Me.BtnLogin.Image = CType(resources.GetObject(
"BtnLogin.Image"), System.Drawing.Image)
82         Me.BtnLogin.ImageAlign = System.Drawing.ContentAlignment.TopCenter
83         Me.BtnLogin.Location = New System.Drawing.Point(
169, 104)
84         Me.BtnLogin.Name =
"BtnLogin"
85         Me.BtnLogin.Size = New System.Drawing.Size(
135, 75)
86         Me.BtnLogin.TabIndex =
3
87         Me.BtnLogin.Text =
"LOGIN"
88         Me.BtnLogin.TextAlign = System.Drawing.ContentAlignment.BottomCenter
89         Me.BtnLogin.UseVisualStyleBackColor = True
90         
'
91         
'Btncancel
92         
'
93         Me.Btncancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
94         Me.Btncancel.FlatAppearance.BorderColor = System.Drawing.Color.Black
95         Me.Btncancel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
96         Me.Btncancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
97         Me.Btncancel.Font = New System.Drawing.Font(
"Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
98         Me.Btncancel.Image = CType(resources.GetObject(
"Btncancel.Image"), System.Drawing.Image)
99         Me.Btncancel.ImageAlign = System.Drawing.ContentAlignment.TopCenter
100         Me.Btncancel.Location = New System.Drawing.Point(
312, 104)
101         Me.Btncancel.Name =
"Btncancel"
102         Me.Btncancel.Size = New System.Drawing.Size(
135, 75)
103         Me.Btncancel.TabIndex =
4
104         Me.Btncancel.Text =
"CANCEL"
105         Me.Btncancel.TextAlign = System.Drawing.ContentAlignment.BottomCenter
106         Me.Btncancel.UseVisualStyleBackColor = True
107         
'
108         
'Panel1
109         
'
110         Me.Panel1.BackColor = System.Drawing.Color.Black
111         Me.Panel1.Controls.Add(Me.Label2)
112         Me.Panel1.Controls.Add(Me.btnMin)
113         Me.Panel1.Controls.Add(Me.btnClose)
114         Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
115         Me.Panel1.Location = New System.Drawing.Point(
0, 0)
116         Me.Panel1.Name =
"Panel1"
117         Me.Panel1.Size = New System.Drawing.Size(
459, 27)
118         Me.Panel1.TabIndex =
5
119         
'
120         
'btnMin
121         
'
122         Me.btnMin.BackColor = System.Drawing.Color.Black
123         Me.btnMin.FlatAppearance.BorderColor = System.Drawing.Color.Black
124         Me.btnMin.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(CType(CType(
224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
125         Me.btnMin.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Silver
126         Me.btnMin.FlatStyle = System.Windows.Forms.FlatStyle.Flat
127         Me.btnMin.Image = CType(resources.GetObject(
"btnMin.Image"), System.Drawing.Image)
128         Me.btnMin.Location = New System.Drawing.Point(
407, 2)
129         Me.btnMin.Name =
"btnMin"
130         Me.btnMin.Size = New System.Drawing.Size(
22, 22)
131         Me.btnMin.TabIndex =
6
132         Me.ToolTip1.SetToolTip(Me.btnMin,
"Minimize")
133         Me.btnMin.UseVisualStyleBackColor = False
134         
'
135         
'btnClose
136         
'
137         Me.btnClose.BackColor = System.Drawing.Color.Black
138         Me.btnClose.FlatAppearance.BorderColor = System.Drawing.Color.Black
139         Me.btnClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(CType(CType(
224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
140         Me.btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Silver
141         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat
142         Me.btnClose.Image = CType(resources.GetObject(
"btnClose.Image"), System.Drawing.Image)
143         Me.btnClose.Location = New System.Drawing.Point(
431, 2)
144         Me.btnClose.Name =
"btnClose"
145         Me.btnClose.Size = New System.Drawing.Size(
22, 22)
146         Me.btnClose.TabIndex =
0
147         Me.ToolTip1.SetToolTip(Me.btnClose,
"Close")
148         Me.btnClose.UseVisualStyleBackColor = False
149         
'
150         
'Label2
151         
'
152         Me.Label2.AutoSize = True
153         Me.Label2.BackColor = System.Drawing.Color.Transparent
154         Me.Label2.Font = New System.Drawing.Font(
"Arial", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
155         Me.Label2.ForeColor = System.Drawing.Color.White
156         Me.Label2.Location = New System.Drawing.Point(
9, 5)
157         Me.Label2.Name =
"Label2"
158         Me.Label2.Size = New System.Drawing.Size(
236, 17)
159         Me.Label2.TabIndex =
6
160         Me.Label2.Text =
"Login - Order Management System"
161         
'
162         
'frmLogin
163         
'
164         Me.AcceptButton = Me.BtnLogin
165         Me.AutoScaleDimensions = New System.Drawing.SizeF(
7.0!, 15.0!)
166         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
167         Me.BackColor = System.Drawing.Color.White
168         Me.BackgroundImage = Global.Order.My.Resources.Resources.Form_2
169         Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
170         Me.CancelButton = Me.Btncancel
171         Me.ClientSize = New System.Drawing.Size(
459, 191)
172         Me.Controls.Add(Me.Panel1)
173         Me.Controls.Add(Me.Btncancel)
174         Me.Controls.Add(Me.BtnLogin)
175         Me.Controls.Add(Me.Label1)
176         Me.Controls.Add(Me.txtPass)
177         Me.Controls.Add(Me.PictureBox1)
178         Me.Font = New System.Drawing.Font(
"Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
179         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
180         Me.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
181         Me.MaximizeBox = False
182         Me.Name =
"frmLogin"
183         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
184         Me.Text =
"Login - Order Management System"
185         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
186         Me.Panel1.ResumeLayout(False)
187         Me.Panel1.PerformLayout()
188         Me.ResumeLayout(False)
189         Me.PerformLayout()
190
191     End Sub
192     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
193     Friend WithEvents txtPass As System.Windows.Forms.TextBox
194     Friend WithEvents Label1 As System.Windows.Forms.Label
195     Friend WithEvents BtnLogin As System.Windows.Forms.Button
196     Friend WithEvents Btncancel As System.Windows.Forms.Button
197     Friend WithEvents Panel1 As System.Windows.Forms.Panel
198     Friend WithEvents btnClose As System.Windows.Forms.Button
199     Friend WithEvents btnMin As System.Windows.Forms.Button
200     Friend WithEvents Label2 As System.Windows.Forms.Label
201     Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip
202 End Class


Gõ tìm kiếm nhanh...